home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / models / fx / fx_truck_explosion.tik < prev    next >
Encoding:
Text File  |  2002-10-25  |  1.9 KB  |  112 lines

  1. TIKI
  2. setup
  3. {
  4.     scale 1.00
  5.     path models/fx/dummy
  6.     skelmodel dummy2.skd
  7. }
  8.  
  9. init
  10. {
  11.     client
  12.     {
  13.         cache models/fx/bp_debris1.tik
  14.         cache models/fx/heavy_pipe.tik
  15.         cache models/fx/gas_mushroom_cloud.tik
  16.         cache gren_explosion.spr
  17.         cache vsssource.spr
  18.     }
  19. }
  20.  
  21. animations
  22. {
  23.     aaaa dummy2.skc // hack to allow the idle anim's entry commands to run
  24.     idle dummy2.skc
  25.     {
  26.         client
  27.         {
  28.         //    enter sound gas_explode
  29.  
  30.             enter originspawn
  31.             (
  32.                 model vsssource.spr
  33.                 count 3
  34.                 alpha 0.90
  35.                 color 0.10 0.10 0.10
  36.                 life 3.00
  37.                 scalerate 14.00
  38.                 velocity 300.00
  39.                 accel 0.00 0.00 10.00
  40.                 friction 1.00
  41.                 fade
  42.                 sphere
  43.                 randomroll
  44.             )
  45.  
  46.             enter originspawn
  47.             (
  48.                 model models/fx/bp_debris1.tik
  49.                 count 6
  50.                 alpha 0.00
  51.                 color 1.00 1.00 1.00
  52.                 scale 0.20
  53.                 life 2.00
  54.                 velocity 600.00
  55.                 accel 0.00 0.00 -200.00
  56.                 angles range 40 -120 range 500 -110 crandom -120
  57.                 avelocity 50 50 50
  58.                 scalemin 0.20
  59.                 scalemax 0.40
  60.                 inwardsphere
  61.             )
  62.  
  63.             enter originspawn
  64.             (
  65.                 model models/fx/heavy_pipe.tik
  66.                 count 3
  67.                 color 1.00 1.00 1.00
  68.                 collision
  69.                 bouncefactor 0.40
  70.                 scale 0.05
  71.                 life 1.50
  72.                 velocity 300.00
  73.                 avelocity 300 60 60
  74.                 sphere
  75.                 randomroll
  76.             )
  77.  
  78.             enter originspawn
  79.             (
  80.                 model gren_explosion.spr
  81.                 color 1.00 1.00 1.00
  82.                 scale 3.00
  83.                 life 0.70
  84.                 angles range 50 -250 range 50 -250 range 50 -250
  85.                 fade
  86.             )
  87.  
  88.             enter commanddelay 0.100 originspawn
  89.             (
  90.                 model gren_explosion.spr
  91.                 color 1.00 1.00 1.00
  92.                 life 0.70
  93.                 scalerate 2.50
  94.                 offsetalongaxis 0 0 60
  95.                 angles range 50 -260 range 50 -260 range 50 -260
  96.                 scalemin 1.00
  97.                 scalemax 2.00
  98.                 fade
  99.             )
  100.             enter originspawn
  101.             (
  102.                 model models/fx/gas_mushroom_cloud.tik
  103.                 randvel 0 0 192
  104.                 offset 0 0 32
  105.                 life 2
  106.             )
  107.         }
  108.     }
  109. }
  110. /*QUAKED fx_truck_explosion (0.0 0.5 0.5) (-8 -8 -8) (8 8 8)
  111. explosion for Opel
  112. */